MUISmartPanelGetPropertyΒΆ

MUISmartPanelGetProperty, hWin:MUIWND, Property:MUIPROPERTY

Get the value of a property in a ModernUI_SmartPanel control. See ModernUI_SmartPanel Properties for details on the properties available

Parameters

  • [in] hWin - handle to the ModernUI_SmartPanel control
  • [in] Property - the property to get. See ModernUI_SmartPanel Properties for details on the properties available

Return

Returns the value of the property or NULL otherwise

Example

LOCAL BackColor:DWORD

Invoke MUISmartPanelGetProperty, hSP, @SmartPanelBackColor
mov BackColor, eax

See Also

MUISmartPanelSetProperty, ModernUI_SmartPanel Properties